ZoomLevels

Allows configuring the default zoom level and receive notifications about zoom changes.

Properties

Link copied to clipboard

The default zoom level for the web pages.

Functions

Link copied to clipboard
abstract fun defaultLevel(): ZoomLevel
Returns the default zoom level for the web pages.
abstract fun defaultLevel(zoomLevel: ZoomLevel)
Overrides the default zoom level for the web pages.
Link copied to clipboard
abstract fun <E : T?> on(eventClass: Class<E>, observer: Observer<E>): Subscription
Subscribes the given event observer to receive the events of the given eventClass.
Link copied to clipboard
abstract fun profile(): Profile
Returns the profile of this service.
Link copied to clipboard
inline fun <E : Event> Observable<in E>.subscribe(observer: Observer<E>): Subscription
inline fun <E : Event> Observable<in E>.subscribe(observer: Observer<E>): Subscription

Subscribes the given observer to receive events of type E from this Observable.